Date.this

Create a new #GDate representing the given Julian date.

The @julian_day you pass in must be valid. Use g_date_valid_julian() if needed to validate it. The returned #GDate is guaranteed to be non-%NULL and valid.

Parameters

julianDay uint

days since January 1, Year 1

Return Value

a newly-allocated #GDate initialized with @julian_day

Throws

ConstructionException GTK+ fails to create the object.

Meta